home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Fitts / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-28  |  801 b   |  39 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Fitts
  11.  
  12. INTERFACES = Fitts.nib
  13. CLASSES = ExpController.m ExpMenuView.m MainController.m MenuView.m
  14. MFILES = Fitts_main.m
  15. PSWFILES = MenuItems.psw
  16. TIFFFILES = icon.tiff
  17. APPICON = icon.tiff
  18.  
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app icon.tiff
  28.  
  29. INSTALLDIR = $(HOME)/Apps
  30. INSTALLFLAGS = -c -s -m 755
  31.  
  32. -include Makefile.preamble
  33.  
  34. include $(MAKEFILEDIR)/app.make
  35.  
  36. -include Makefile.postamble
  37.  
  38. -include Makefile.dependencies
  39.